[Top] [Prev] [Next] [Bottom] [Contents]

SetItemByColName

SetItemByColName(int r, String colname, String value)

Definition

Sets the data item in the row set for the requested row (zero based) and column name. Does nothing if the column name is not found or r is an invalid row number.

Java Script Example:

document.sajsset.SetItemByColName(0, "au_lname", 
"hello");

VBScript Example:

call document.sajsset.SetItemByColName(0, "au_lname", 
"hello")



[Top] [Prev] [Next] [Bottom] [Contents]

info@bluestone.com
Copyright © 1997, Bluestone. All rights reserved.